CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - round robin

搜索资源列表

  1. RR

    0下载:
  2. 用JAVA实现的CPU处理机时间片轮转算法-Realized using JAVA processor CPU time slice Round Robin
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:1973
    • 提供者:
  1. LunZhuan_JingChengdiaodu

    0下载:
  2. 自己用java编的模拟轮转法进程调度,希望对大家有帮助-Own use java compilation process of the analog Round-Robin scheduling, we want to help
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:700
    • 提供者:Don
  1. fileSync(java)

    0下载:
  2. 前几天在本站下了个同步源码,其功能是读取数据库文件信息,然后将相应的文件由client端传送到server端。本人略做改变,实现读取指定目录信息,然后传送到server端,并保持实时更新(就是说如果client端有新增文件产生,会立刻被同步到server端)。由于考虑到实现方法上的局限(采用线程递归轮循扫描的方式),我仅仅是实现了这个功能,其它细节都未处理,有兴趣的可以自己去改进。局限:对于上百、上千的文件同步速度可以接受,但是如果同步数量上十万、百万,问题就大了;另外,现在是实现的是重复同步。
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:86173
    • 提供者:吴和彪
  1. RoundRobin

    0下载:
  2. a simple round robin class object
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-02
    • 文件大小:939
    • 提供者:ccc
  1. RRSwing

    0下载:
  2. round robin scheduling simulation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:773
    • 提供者:Aditi
  1. kkvsd1

    0下载:
  2. 用VC++实现的循环赛日程表,主要为运动员的赛程安排-VC++ round-robin schedule to achieve
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:1103
    • 提供者:dance
  1. RoundRobin_Reference

    0下载:
  2. Round Robin Operating System.-Round Robin in Operating System.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:684
    • 提供者:Tamilarasu
  1. code

    0下载:
  2. 进程调度算法模拟 时间片轮转法 可视化-Process scheduling algorithm Round-Robin time slice simulation visualization
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:144906
    • 提供者:李梦甜
  1. 4

    0下载:
  2. 设计一个满足以下要求的比赛日程表: (1)每个选手必须与其他n-1个选手各赛一次; (2)每个选手一天只能赛一次; (3)循环赛一共进行n-1天或n天(选手人数为偶数、奇数)。 -Design a game schedule to meet the following requirements: (1) Each player must be with the other n-1 once a player of the tournament (2) Each player c
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:138333
    • 提供者:wangfeifei
  1. roundroubin

    0下载:
  2. round robin algorithm code in java
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:34317
    • 提供者:bayan
  1. Round-Robin

    0下载:
  2. 操作系统的实验 关于时间片轮转RR进程调度调度算法,熟悉进程调度的执行过程;-Experiments on the operating system process scheduling time slice rotation RR scheduling algorithm, the implementation process are familiar with the process of scheduling
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:8032
    • 提供者:huangbingtao
  1. MultiProcess

    0下载:
  2. 操作系统实验 模拟实现单处理机下的进程调度程序 包括先来先服务 短作业优先 时间片轮转 动态优先级 并有详细注释-Experimental simulation of the operating system under the single-processor scheduler process, including a first-come first-served priority round-robin short operating dynamic priority and detai
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:2427
    • 提供者:123
  1. shijian

    0下载:
  2. 用JAVA语言实现时间片轮转算法,且带有界面,运行过程清晰可见-JAVA language round-robin algorithm, and with the interface running process is clearly visible
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:75581
    • 提供者:adela
  1. MemoryDistributionaRecycling

    0下载:
  2. 此为操作系统的一个作业,用于模拟时间片轮转调度,输出到控制台。希望能给初学者提供一些帮助。-This is a job of the operating system, used to simulate the time-slice round-robin scheduling, output to the console. I hope give beginners some help.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-04
    • 文件大小:6376
    • 提供者:杨健
  1. jbpm_Single_cycle

    0下载:
  2. jbpm工作流审批的单点循环方式,包含action文件和工作流文件。-the jbpm workflow approval single point of round-robin fashion, contains action file and workflow file.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-26
    • 文件大小:65540
    • 提供者:刘磊
  1. Schedule

    0下载:
  2. 循环赛问题,输入n个比赛选手 排列出比赛日程安排,要求n-1天比赛完成-Round robin
  3. 所属分类:Java Develop

    • 发布日期:2017-12-09
    • 文件大小:552
    • 提供者:邰亚廷
  1. RR

    0下载:
  2. 操作系统进程调度实验,使用时间片轮转算法实现。-Operating system process scheduling experiment, using the round-robin algorithm.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-09
    • 文件大小:1817
    • 提供者:zouyuxuan
  1. Round-robin

    0下载:
  2. 循环赛日程表 利用JAVA语言编写 分析了循环赛中的日程表安排情况-Round robin schedule
  3. 所属分类:Java Develop

    • 发布日期:2017-11-10
    • 文件大小:703
    • 提供者:
  1. round-robin

    0下载:
  2. 时间片轮转法cpu调度,java学习中的运用-Round robin cpu scheduling time slice, the use of java learning
  3. 所属分类:JavaScript

    • 发布日期:2017-11-17
    • 文件大小:35231
    • 提供者:魏大超
  1. Round-robin-schedule

    0下载:
  2. 循环赛日程表。大学算法分析与设计的实验课题目。有递归和非递归两种方法,这里上传递归,仅供参考!-Round-robin schedule. Head of the University of algorithm analysis and design of experimental subjects. There are two methods of recursive and non recursive upload recursion, for reference purposes only
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:1008
    • 提供者:chena03abn52
« 12 »
搜珍网 www.dssz.com